.ui-button[data-v-a29198c9] {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  text-transform: uppercase;
  transition: 0.4s;
  width: fit-content;
  font-family: Jost, sans-serif !important;
}

.ui-button__icon[data-v-a29198c9] {
  height: 1.25em;
  width: 1.25em;
}

.ui-button__icon--left[data-v-a29198c9] {
  margin-inline-end: 0.625em;
}

.ui-button__icon--right[data-v-a29198c9] {
  margin-inline-start: 0.625em;
}

.ui-button__image[data-v-a29198c9] {
  height: 2.25em;
  margin-inline-start: 0.75em;
  width: 2.25em;
}

.ui-button[data-v-a29198c9]::before {
  border: 1px solid rgb(255, 255, 255);
  content: "";
  height: calc(100% - 0.25em);
  left: 0.125em;
  opacity: 0;
  position: absolute;
  top: 0.125em;
  transition: opacity 0.25s, visibility 0.25s;
  visibility: hidden;
  width: calc(100% - 0.25em);
  z-index: 2;
}

@media (hover: hover) {

  .ui-button[data-v-a29198c9]:active,
  .ui-button[data-v-a29198c9]:focus,
  .ui-button[data-v-a29198c9]:focus-visible {
    background: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
  }

  .ui-button[data-v-a29198c9]:active::before,
  .ui-button[data-v-a29198c9]:focus-visible::before,
  .ui-button[data-v-a29198c9]:focus::before {
    opacity: 1;
    visibility: visible;
  }
}

.ui-button--theme--primary[data-v-a29198c9] {
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}

@media (hover: hover) {
  .ui-button--theme--primary[data-v-a29198c9]:hover {
    background: rgb(43, 43, 43);
  }
}

.ui-button--theme--primary.ui-button--disabled[data-v-a29198c9] {
  background-color: rgb(204, 204, 204);
  color: rgb(153, 153, 153);
}

.ui-button--theme--addition[data-v-a29198c9] {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
}

@media (hover: hover) {
  .ui-button--theme--addition[data-v-a29198c9]:hover {
    background: rgb(43, 43, 43);
    color: rgb(255, 255, 255);
  }
}

.ui-button--theme--addition.ui-button--disabled[data-v-a29198c9] {
  background-color: rgb(204, 204, 204);
  color: rgb(153, 153, 153);
}

.ui-button--theme--transparent[data-v-a29198c9] {
  background-color: transparent;
  border: 1px solid rgba(230, 230, 230, 0.2);
  color: rgb(255, 255, 255);
}

@media (hover: hover) {
  .ui-button--theme--transparent[data-v-a29198c9]:hover {
    background-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
  }
}

.ui-button--theme--secondary[data-v-a29198c9],
.ui-button--theme--tertiary[data-v-a29198c9] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}

@media (hover: hover) {

  .ui-button--theme--secondary[data-v-a29198c9]:hover,
  .ui-button--theme--tertiary[data-v-a29198c9]:hover {
    background: linear-gradient(90deg, rgb(147, 101, 49) 0%, rgb(174, 133, 76) 25%, rgb(203, 168, 106) 50%, rgb(176, 137, 79) 75%, rgb(143, 97, 45) 100%);
    border: none;
    color: rgb(255, 255, 255);
  }
}

.ui-button--theme--secondary.ui-button--disabled[data-v-a29198c9],
.ui-button--theme--tertiary.ui-button--disabled[data-v-a29198c9] {
  background-color: rgb(255, 255, 255);
  border-color: rgb(204, 204, 204);
  color: rgb(153, 153, 153);
}

.ui-button--theme--extra[data-v-a29198c9] {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255, 255, 255);
}

@media (hover: hover) {
  .ui-button--theme--extra[data-v-a29198c9]:hover {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
  }
}

@media (hover: hover) {

  .ui-button--theme--extra[data-v-a29198c9]:active,
  .ui-button--theme--extra[data-v-a29198c9]:focus,
  .ui-button--theme--extra[data-v-a29198c9]:focus-visible {
    background: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
    color: rgb(34, 34, 34);
  }

  .ui-button--theme--extra[data-v-a29198c9]:active::before,
  .ui-button--theme--extra[data-v-a29198c9]:focus-visible::before,
  .ui-button--theme--extra[data-v-a29198c9]:focus::before {
    border-color: rgb(34, 34, 34);
    opacity: 1;
    visibility: visible;
  }
}

.ui-button--theme--extra.ui-button--disabled[data-v-a29198c9] {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: rgb(153, 153, 153);
}

.ui-button--size--xs[data-v-a29198c9] {
  min-height: 2.75em;
  padding: 0.75em 1em;
}

.ui-button--size--xs.ui-button--type--location[data-v-a29198c9] {
  padding: 0.5em 0.5em 0.5em 1em;
}

.ui-button--size--sm[data-v-a29198c9] {
  min-height: 3.25em;
  padding: 1em 1.5em;
}

.ui-button--size--sm.ui-button--type--location[data-v-a29198c9] {
  padding: 0.625em 0.625em 0.625em 1.5em;
}

.ui-button--size--lg[data-v-a29198c9] {
  padding: 1em 5.125em;
}

.ui-button--size--lg.ui-button--type--location[data-v-a29198c9] {
  padding: 0.625em 0.625em 0.625em 1.5em;
}

.ui-button--type--locaton[data-v-a29198c9] {
  justify-content: flex-end;
}

.ui-button--disabled[data-v-a29198c9] {
  pointer-events: none;
}

li.menu__item[data-v-f66ab9c8] {
  position: relative;
}

li.menu__item[data-v-f66ab9c8]::after {
  background: currentcolor;
  bottom: 0px;
  content: "";
  height: 0.5px;
  left: 34%;
  position: absolute;
  transform: translate(-50%);
  transition: 0.3s ease-in-out;
  width: 0px;
}

li.menu__item[data-v-f66ab9c8]:hover::after {
  width: 64%;
}

.menu[data-v-f66ab9c8] {
  display: flex;
  gap: 1em;
}

.menu__item[data-v-f66ab9c8] {
  text-transform: uppercase;
}

@media (max-width: 1023.98px) {
  .menu[data-v-f66ab9c8] {
    color: rgb(255, 255, 255);
    flex-direction: column;
    gap: 0.625em;
    padding: 1em 0px;
    text-transform: capitalize;
  }

  .menu__item[data-v-f66ab9c8] {
    border-bottom: 1px solid rgba(230, 230, 230, 0.2);
    line-height: 114%;
    padding-bottom: 1em;
  }

  .menu__font[data-v-f66ab9c8] {
    display: block;
    font-family: Montserrat, sans-serif;
    font-size: 2.125em;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.11765;
    text-transform: capitalize;
    width: 100%;
  }
}

@media (max-width: 1023.98px) and (max-width: 767.98px) {
  .menu__font[data-v-f66ab9c8] {
    font-family: Montserrat, sans-serif;
    font-size: 2em;
    font-weight: 300;
    letter-spacing: 0.04em;
    line-height: 1.125;
  }
}

.lang-select .lang-select__icon svg {
  height: 100%;
  width: 100%;
}

.lang-select__wrapper[data-v-79bc6930] {
  text-transform: uppercase;
  transition: color 0.25s;
}

@media (max-width: 1023.98px) {
  .lang-select__wrapper[data-v-79bc6930] {
    display: none;
  }
}

.lang-select__current[data-v-79bc6930] {
  align-items: center;
  display: flex;
  gap: 0.5em;
}

.lang-select__icon[data-v-79bc6930] {
  display: block;
  height: 1.5em;
  transition: color 0.25s;
}

@media (max-width: 1023.98px) {
  .lang-select__icon[data-v-79bc6930] {
    height: 2em;
    width: 2em;
  }
}

.lang-select--primary .lang-select__icon[data-v-79bc6930],
.lang-select--primary .lang-select__wrapper[data-v-79bc6930] {
  color: rgb(255, 255, 255);
}

.lang-select--secondary .lang-select__wrapper[data-v-79bc6930] {
  color: rgb(34, 34, 34);
}

.lang-select--secondary .lang-select__icon[data-v-79bc6930] {
  color: rgb(0, 0, 0);
}

.header svg {
  color: inherit;
  height: 100%;
  width: auto;
}

.header[data-v-f552e57c] {
  height: 5.25em;
}

.header--transparent[data-v-f552e57c] {
  background-color: transparent;
  color: rgb(255, 255, 255);
}

.header--primary[data-v-f552e57c],
.header--submenu-primary[data-v-f552e57c] {
  background-color: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
}

.header--secondary[data-v-f552e57c],
.header--submenu-secondary[data-v-f552e57c] {
  background-color: rgb(255, 255, 255);
  color: rgb(34, 34, 34);
}

.header--additional[data-v-f552e57c],
.header--submenu-additional[data-v-f552e57c] {
  background-color: rgb(43, 43, 43);
  color: rgb(184, 184, 184);
}

@media (max-width: 1023.98px) {
  .header--submenu[data-v-f552e57c] {
    background-color: rgb(34, 34, 34);
    transform: translate(0px) !important;
  }

  .header--submenu .header__burger[data-v-f552e57c],
  .header--submenu .header__logo[data-v-f552e57c] {
    color: rgb(255, 255, 255);
  }

  .header[data-v-f552e57c] {
    height: 4em;
  }
}

.header__container[data-v-f552e57c] {
  align-items: center;
  background-color: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: background-color 0.25s;
}

.header__logo[data-v-f552e57c] {
  display: block;
}

.header__logo--icon[data-v-f552e57c] {
  display: block;
  transition: background-color 0.25s;
}

@media (max-width: 1023.98px) {
  .header__logo--icon[data-v-f552e57c] {
    height: 1.5em;
  }
}

.header__side[data-v-f552e57c] {
  align-items: center;
  display: flex;
  gap: 3.5em;
}

@media (max-width: 1023.98px) {
  .header__side[data-v-f552e57c] {
    gap: 1em;
  }
}

.header__menu[data-v-f552e57c] {
  color: inherit;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
  transition: color 0.25s;
}

@media (max-width: 1023.98px) {
  .header__menu[data-v-f552e57c] {
    display: none;
  }

  .header__button[data-v-f552e57c] {
    display: none !important;
  }
}

.header__burger[data-v-f552e57c] {
  cursor: pointer;
  display: none;
  flex-direction: column;
  height: 2em;
  justify-content: center;
  position: relative;
  width: 2em;
}

@media (max-width: 1023.98px) {
  .header__burger[data-v-f552e57c] {
    display: flex;
  }
}

.header__burger--line[data-v-f552e57c] {
  background-color: currentcolor;
  border-radius: 1px;
  color: inherit;
  display: block;
  height: 2px;
  margin-top: -1px;
  position: absolute;
  top: 50%;
  transform-origin: center center;
  transition: transform 0.25s;
  width: 100%;
}

.header__burger--line[data-v-f552e57c]:first-child {
  transform: translateY(-0.25em);
}

.header__burger--line[data-v-f552e57c]:last-child {
  transform: translateY(0.25em);
}

.header__burger--open span[data-v-f552e57c]:first-child {
  transform: rotate(45deg) translate(0px);
}

.header__burger--open span[data-v-f552e57c]:last-child {
  transform: rotate(-45deg) translate(0px);
}

.submenu[data-v-f552e57c] {
  display: none;
}

@media (max-width: 1023.98px) {
  .submenu[data-v-f552e57c] {
    background-color: rgb(34, 34, 34);
    color: rgb(34, 34, 34);
    display: block;
    height: 100svh;
    opacity: 0;
    padding: 1em 0px 6.25em;
    transform: translate3d(-100%, 0px, 1px);
    transition: transform 0.25s, visibility 0.25s;
    visibility: hidden;
  }

  .submenu--open[data-v-f552e57c] {
    opacity: 1;
    transform: translateZ(1px);
    transition: opacity 0.25s, visibility 0.25s;
    visibility: visible;
  }
}

.submenu__content[data-v-f552e57c] {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.ui-input[data-v-1023e82f] {
  display: flex;
  height: 100%;
  padding: 1em 0px;
  position: relative;
}

.ui-input[data-v-1023e82f],
.ui-input[data-v-1023e82f]::after {
  transition: border-color 0.25s ease-in-out;
  width: 100%;
}

.ui-input[data-v-1023e82f]::after {
  border-bottom: 0.125em solid transparent;
  bottom: -0.125em;
  content: "";
  left: 0px;
  position: absolute;
}

.ui-input__wrapper[data-v-1023e82f] {
  width: 100%;
}

.ui-input--focus[data-v-1023e82f] {
  border-color: rgb(34, 34, 34);
}

.ui-input--focus[data-v-1023e82f]::after {
  border-color: rgba(34, 34, 34, 0.2);
}

.ui-input--focus .ui-input__label[data-v-1023e82f] {
  opacity: 1;
}

.ui-input--active .ui-input__field[data-v-1023e82f],
.ui-input--label.ui-input--focus .ui-input__field[data-v-1023e82f] {
  transform: translateY(0.625em);
}

.ui-input--active .ui-input__label[data-v-1023e82f] {
  opacity: 1;
}

.ui-input__label[data-v-1023e82f] {
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  transition: opacity 0.25s ease-in-out;
}

.ui-input__field[data-v-1023e82f] {
  background-color: transparent;
  border: none;
  color: rgb(34, 34, 34);
  outline: none;
  transition: transform 0.25s ease-in-out;
  width: 100%;
}

.ui-input__field[data-v-1023e82f]::placeholder,
.ui-input__field[data-v-1023e82f]:placeholder-shown {
  color: rgb(129, 129, 129);
}

.ui-input__msg[data-v-1023e82f] {
  color: rgb(254, 86, 57);
  margin-top: 0.5em;
}

.ui-input--theme--primary[data-v-1023e82f] {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
}

@media (hover: hover) {
  .ui-input--theme--primary[data-v-1023e82f]:hover {
    border-color: rgb(34, 34, 34);
  }
}

.ui-input--theme--primary.ui-input--focus[data-v-1023e82f] {
  border-color: rgb(34, 34, 34);
}

.ui-input--theme--primary .ui-input__label[data-v-1023e82f] {
  color: rgb(129, 129, 129);
}

.ui-input--theme--primary .ui-input__field[data-v-1023e82f] {
  color: rgb(34, 34, 34);
}

.ui-input--theme--primary .ui-input__field[data-v-1023e82f]::placeholder,
.ui-input--theme--primary .ui-input__field[data-v-1023e82f]:placeholder-shown {
  color: rgb(129, 129, 129);
}

.ui-input--theme--filters[data-v-1023e82f] {
  border: 1px solid rgba(34, 34, 34, 0.2);
  padding-left: 0.5em;
  padding-right: 0.5em;
}

@media (hover: hover) {
  .ui-input--theme--filters[data-v-1023e82f]:hover {
    border-color: rgb(34, 34, 34);
  }
}

.ui-input--theme--filters.ui-input--focus[data-v-1023e82f] {
  border-color: rgb(34, 34, 34);
}

.ui-input--theme--filters .ui-input__label[data-v-1023e82f] {
  color: rgb(129, 129, 129);
}

.ui-input--theme--filters .ui-input__field[data-v-1023e82f] {
  color: rgb(34, 34, 34);
}

.ui-input--theme--filters .ui-input__field[data-v-1023e82f]::placeholder,
.ui-input--theme--filters .ui-input__field[data-v-1023e82f]:placeholder-shown {
  color: rgb(129, 129, 129);
}

.ui-input--theme--secondary[data-v-1023e82f] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (hover: hover) {
  .ui-input--theme--secondary[data-v-1023e82f]:hover {
    border-color: rgb(255, 255, 255);
  }
}

.ui-input--theme--secondary.ui-input--focus[data-v-1023e82f] {
  border-color: rgb(255, 255, 255);
}

.ui-input--theme--secondary .ui-input__label[data-v-1023e82f] {
  color: rgb(184, 184, 184);
}

.ui-input--theme--secondary .ui-input__field[data-v-1023e82f] {
  color: rgb(255, 255, 255);
}

.ui-input--theme--secondary .ui-input__field[data-v-1023e82f]::placeholder,
.ui-input--theme--secondary .ui-input__field[data-v-1023e82f]:placeholder-shown {
  color: rgb(184, 184, 184);
}

.ui-input--theme--footer[data-v-1023e82f] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (hover: hover) {
  .ui-input--theme--footer[data-v-1023e82f]:hover {
    border-color: rgb(255, 255, 255);
  }
}

.ui-input--theme--footer.ui-input--focus[data-v-1023e82f] {
  border-color: rgb(255, 255, 255);
}

.ui-input--theme--footer .ui-input__field[data-v-1023e82f] {
  color: rgb(255, 255, 255);
}

.ui-input--theme--footer .ui-input__field[data-v-1023e82f]::placeholder,
.ui-input--theme--footer .ui-input__field[data-v-1023e82f]:placeholder-shown {
  color: rgb(184, 184, 184);
}

.ui-input--error[data-v-1023e82f] {
  border-color: rgb(254, 86, 57);
}

@media (hover: hover) {
  .ui-input--error[data-v-1023e82f]:hover {
    border-color: rgb(254, 86, 57);
  }
}

.ui-input--error.ui-input--focus[data-v-1023e82f] {
  border-color: rgb(254, 86, 57);
}

.ui-social[data-v-db237514] {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: rgb(255, 255, 255);
  display: flex;
  height: 2.5em;
  justify-content: center;
  transition: 0.4s;
  width: 2.5em;
}

@media (hover: hover) {
  .ui-social[data-v-db237514]:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }
}

.ui-social[data-v-db237514] svg {
  height: 1em;
  width: 1em;
}

.footer[data-v-d22114a3] {
  background: rgb(34, 34, 34);
  color: rgb(255, 255, 255);
  padding: 2em 0px 1.5em;
}

@media (max-width: 1023.98px) {
  .footer[data-v-d22114a3] {}
}

.footer[data-v-d22114a3] .ui-input__field {
  width: 72%;
}

@media (max-width: 1023.98px) {
  .footer[data-v-d22114a3] .ui-input__field {
    width: 63%;
  }
}

@media (max-width: 1023.98px) {
  .footer__button[data-v-d22114a3] {
    white-space: nowrap;
    width: 12.1875em;
  }
}

.footer__wrapper[data-v-d22114a3] {
  display: flex;
}

.footer__wrapper--main[data-v-d22114a3] {
  justify-content: space-between;
}

@media (max-width: 1023.98px) {
  .footer__wrapper--main[data-v-d22114a3] {
    flex-direction: column;
    gap: 3.5em;
  }
}

.footer__wrapper--bottom[data-v-d22114a3] {
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 2.5em;
  border-top: 1px solid rgb(55, 55, 55);
  padding-top: 30px;
}

@media (max-width: 1023.98px) {
  .footer__wrapper--bottom[data-v-d22114a3] {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 3.5em;
  }
}

.footer__wrapper--buttons[data-v-d22114a3] {
  align-items: center;
  gap: 0.5em;
  margin-top: 3.125em;
}

.footer__wrapper--links[data-v-d22114a3] {}

@media (max-width: 1023.98px) {
  .footer__wrapper--links[data-v-d22114a3] {
    flex-wrap: wrap;
    gap: 3.5em 1.5em;
  }
}

.footer__wrapper--links[data-v-d22114a3]:not(:last-child) {
  margin-bottom: 4.5em;
}

@media (max-width: 1023.98px) {
  .footer__wrapper--links[data-v-d22114a3]:not(:last-child) {
    margin-bottom: 0px;
    margin-top: 3.5em;
  }
}

.footer__column--links[data-v-d22114a3] {
  display: flex;
  flex-direction: column;
  gap: 0.75em;
}

@media (max-width: 1023.98px) {
  .footer__column--links[data-v-d22114a3] {
    width: 11.6875em;
  }
}

.footer__column--links a[data-v-d22114a3] {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.4s;
}

@media (max-width: 1023.98px) {
  .footer__column--links a[data-v-d22114a3] {
    color: rgb(255, 255, 255);
  }
}

@media (hover: hover) {
  .footer__column--links a[data-v-d22114a3]:hover {
    color: rgb(255, 255, 255);
  }
}

.footer__column--links a.underline[data-v-d22114a3] {
  text-decoration: underline;
}

.footer__column--mobile[data-v-d22114a3] {
  display: none;
}

@media (max-width: 1023.98px) {
  .footer__column--mobile[data-v-d22114a3] {
    display: flex;
  }

  .footer__column--desktop[data-v-d22114a3] {
    display: none;
  }

  .footer__column--right[data-v-d22114a3] {
    display: flex;
    flex-direction: column-reverse;
  }

  .footer__copyright[data-v-d22114a3] {
    color: rgb(184, 184, 184);
  }
}

.footer__socials[data-v-d22114a3] {
  align-items: center;
  display: flex;
  gap: 1em;
}

@media (max-width: 1023.98px) {
  .footer__socials[data-v-d22114a3] {
    margin-bottom: 1.5em;
  }
}

.footer__logo[data-v-d22114a3] {
  margin-bottom: 3.125em;
  width: 150px;
}

.footer__label[data-v-d22114a3] {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

@media (max-width: 1023.98px) {
  .footer__label[data-v-d22114a3] {
    max-width: 24.9375em;
  }
}

.footer__submit[data-v-d22114a3] {
  flex-shrink: 0;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 1023.98px) {
  .footer__submit[data-v-d22114a3] {
    width: 8.875em;
  }
}

.fade-enter-active[data-v-0118559f],
.fade-leave-active[data-v-0118559f] {
  transition: opacity 0.25s;
  will-change: opacity;
}

.fade-enter-from[data-v-0118559f],
.fade-leave-to[data-v-0118559f] {
  opacity: 0;
}

.modals-cookies[data-v-c6898567] {
  background-color: rgb(245, 242, 235);
  bottom: 3em;
  left: 50%;
  max-width: 40em;
  position: fixed;
  transform: translate(-50%);
  width: 100%;
  z-index: 1000;
}

@media (max-width: 1023.98px) {
  .modals-cookies[data-v-c6898567] {
    bottom: 0px;
    left: 0px;
    transform: none;
    width: 100%;
  }
}

.modals-cookies__header[data-v-c6898567] {
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 1.5em;
}

@media (max-width: 1023.98px) {
  .modals-cookies__header[data-v-c6898567] {
    padding: 3.75em 1.5em 1.5em;
  }
}

.modals-cookies__buttons[data-v-c6898567] {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  padding: 1.5em;
}

@media (max-width: 1023.98px) {
  .modals-cookies__buttons[data-v-c6898567] {
    gap: 0.75em;
  }
}

.modals-cookies__button[data-v-c6898567] {
  flex: 1 1 calc(33% - 1.5em);
}

@media (max-width: 1023.98px) {
  .modals-cookies__button[data-v-c6898567] {
    flex: 1 1 calc(50% - 0.75em);
  }
}

.modals-cookies__title[data-v-c6898567] {
  color: rgb(34, 34, 34);
}

.modals-cookies__description[data-v-c6898567] {
  color: rgb(129, 129, 129);
}

.modals-cookies__description a[data-v-c6898567] {
  color: rgb(34, 34, 34);
  text-decoration: underline;
}

.modals-cookies__description a[data-v-c6898567]:hover {
  text-decoration: none;
}

.layouts-default[data-v-32c44652] {
  display: flex;
  flex-direction: column;
}

.layouts-default__header[data-v-32c44652] {
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 999;
}

.layouts-default__wrapper[data-v-32c44652] {
  display: flex;
  flex-direction: column;
}

.layouts-default[data-v-32c44652] .layouts-default__view {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.header {
  transition: background-color 0.3s, box-shadow 0.3s;
  background: transparent;
}

.header .menu__item>a {
  color: rgb(255, 255, 255);
  transition: color 0.3s;
}

.header.scrolled {
  background-color: rgb(0, 0, 0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px;
}

.header.scrolled .menu__item>a {
  color: rgb(255, 255, 255);
}

.header .ui-button {
  background-color: transparent;
  border: 2px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  transition: 0.3s;
}

.header.scrolled .ui-button {
  border: 1px solid rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}

.header.scrolled .ui-button:hover {
  background-color: rgb(68, 68, 68);
  border-color: rgb(68, 68, 68);
  color: white;
}

.menu__item {}

.menu__item>a {
  display: inline-block;
  color: rgb(255, 255, 255);
  text-decoration: none;
  text-transform: uppercase;
  gap: 21px;
}

.menu__item>.submenu {
  position: absolute;
  padding-left: 0px;
  display: none;
  background: rgb(45, 45, 45);
  min-width: 130px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
}

.menu__item:hover>.submenu {
  display: block;
}

.submenu li a {
  display: block;
  padding: 10px 15px;
  color: rgb(255, 255, 255);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  transition: background 0.3s;
}

.submenu li a:hover {
  background: rgb(63, 63, 63);
}

.has-submenu {
  position: relative;
}

.has-submenu>.submenu {
  position: absolute;
  top: 0px;
  left: 100%;
  display: none;
  background: rgb(255, 255, 255);
  min-width: 180px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 8px;
}

.has-submenu:hover>.submenu {
  display: block;
}

.register-your-interest {
  padding: 50px 0px !important;
}

.texts p {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 29px;
  font-family: Montserrat, sans-serif;
  word-spacing: 1px;
  color: rgb(213, 213, 213);
  margin: 28px 0px;
}

.texts {
  margin: 0px auto;
  color: rgb(255, 255, 255) !important;
}

.heading {
  font-size: 22px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  word-spacing: 2px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.read-more {
  border: 1px solid white !important;
  color: white !important;
  padding: 8px 30px !important;
}

.read-more:hover {
  background: linear-gradient(90deg, rgb(147, 101, 49) 0%, rgb(174, 133, 76) 25%, rgb(203, 168, 106) 50%, rgb(176, 137, 79) 75%, rgb(143, 97, 45) 100%);
  color: white !important;
}

.container-fluid {
  overflow: hidden;
  width: 100%;
  padding: 0px 10.75em !important;
}

.management-2-text p {
  margin: 0px;
  font-size: 14px;
  color: rgb(215, 215, 215);
  line-height: 29px;
}

.completed-description {
  margin-top: 20px;
  line-height: 27px;
  width: 900px;
  font-size: 15px;
  font-weight: 400;
  color: rgb(227, 227, 227) !important;
}

a {
  text-decoration: none !important;
}

.footer-list-details {
  display: flex;
  gap: 20px;
}

.footer-list-details i {
  font-size: 18px;
}

.footer-list-details a {
  color: rgb(242, 242, 242);
  font-family: Jost, sans-serif !important;
}

@media (max-width: 1400px) {
  .container-fluid {
    padding: 0px 2.75em !important;
  }
}

@media (max-width: 576px) {
  .container-fluid {
    padding: 0px 0.75em !important;
  }

  .footer-list-details {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }

  .footer__wrapper--main[data-v-d22114a3] {
    flex-direction: column;
    gap: 10px;
  }

  .footer__logo[data-v-d22114a3] {
    margin-bottom: 20px;
    width: 150px;
  }

  .c-slider[data-v-02a23a43] {
    align-items: center;
    display: flex;
    flex-direction: column;
    overflow: clip;
    gap: 1.5em !important;
  }

  .card-article__font--title[data-v-e442d18c] {
    color: rgb(255, 255, 255);
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2px;
  }
}

.line {
  width: 50px;
  height: 3px;
  margin: auto;
  background: linear-gradient(90deg, rgb(147, 101, 49) 0%, rgb(174, 133, 76) 25%, rgb(203, 168, 106) 50%, rgb(176, 137, 79) 75%, rgb(143, 97, 45) 100%);
}

.chat-icon {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}

.amenities-section {
  text-align: center;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 60px;
  color: rgb(17, 17, 17);
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
}

.amenity-card {
  background: rgb(0, 0, 0);
  border-radius: 18px;
  padding: 35px 25px;
  transition: 0.35s;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 8px 25px;
  position: relative;
  overflow: hidden;
}

.amenity-card:hover {
  transform: translateY(-12px);
  box-shadow: rgba(0, 0, 0, 0.12) 0px 18px 40px;
}

.icon-box {
  width: 75px;
  height: 75px;
  margin: 0px auto 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: rgb(202, 164, 95);
  background: rgba(202, 164, 95, 0.12);
}

.amenity-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(241, 241, 241);
  line-height: 1.5;
  font-family: Belleza, sans-serif !important;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .amenities-section {
    padding: 60px 20px;
  }
}

p {
  margin-top: 0px;
  margin-bottom: 10px !important;
}

.form-row input,
.form-row textarea {
  width: 100%;
  padding: 12px 15px;
  font-size: 15px;
  border-radius: 3px;
  outline: none;
  transition: 0.3s;
  border: 1px solid rgb(79, 79, 79) !important;
}

button {
  background: linear-gradient(90deg, rgb(147, 101, 49) 0%, rgb(174, 133, 76) 25%, rgb(203, 168, 106) 50%, rgb(176, 137, 79) 75%, rgb(143, 97, 45) 100%) !important;
}

@media (max-width: 576px) {
  .amenities-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(148px, 1fr));
    gap: 13px;
  }

  .amenity-card {
    background: rgb(0, 0, 0);
    border-radius: 18px;
    padding: 14px 20px;
  }

  .amenity-title {
    font-size: 12px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-style: normal;
  font-weight: 400;
  margin: 0px;
  padding-bottom: 10px;
  --fontSize: 30;
  font-family: Belleza, sans-serif !important;
  font-size: 1.5rem !important;
  letter-spacing: 2px !important;
}

p {
  direction: ltr;
  font-size: 15px;
  letter-spacing: 0.2px;
  line-height: 29px;
  color: rgb(241, 241, 241);
  margin: 30px 0px;
  font-family: Jost, sans-serif !important;
}

li {
  font-family: Jost, sans-serif !important;
}

a {
  font-family: Jost, sans-serif !important;
}

.project-section {
  justify-content: center;
  margin-top: 30px;
}

.para {
  padding: 0px 100px;
}

.project-card:hover {
  transform: scale(1.03);
}

.project-card img {
  width: 100%;
  height: auto;
  display: block;
}

.project-overlay {
  position: absolute;
  bottom: -5px;
  right: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  color: white;
  padding: 30px 10px;
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0.01));
}

.project-overlay h3 {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 17px !important;
  padding: 0px !important;
  margin: 7px 0px !important;
}

.project-overlay p {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  line-height: 24px;
  letter-spacing: 0.3px;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 0px !important;
}

@media (max-width: 1024px) {
  .project-card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .project-card {
    width: 100%;
  }
}

.card-article__image {
  filter: grayscale(100%);
  transition: 0.5s;
}

.card-article:hover .card-article__image {
  filter: grayscale(0%);
  transform: scale(1.05);
}

.details h3 {
  margin: 0px 0px 5px;
  font-weight: 550;
  font-size: 15px !important;
}